home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / mbase101.zip / Server / runserver.cmd < prev    next >
OS/2 REXX Batch file  |  1997-04-01  |  130b  |  5 lines

  1. @echo off
  2. REM Call this batch file providing as parameter the database name
  3.  
  4. java -ms20M -mx20M RXDBServer %1 %2 %3 %4 %5 %6
  5.